home *** CD-ROM | disk | FTP | other *** search
- call("/:resetCell");
- call("/:applyLvRe");
- set("/sndMC/:sndMode","levelUp");
- call("/:playSnd");
- depth++;
- duplicateMovieClip("next_mc","msg_mc",16384 + depth);
- tellTarget("/msg_mc/lvScore_mc")
- {
- gotoAndStop(length(String(eval("../../:lvScore"))));
- }
- str = String(lvScore);
- j = 0;
- k = length(str);
- while(k > 0)
- {
- tellTarget("/msg_mc/lvScore_mc/n" add j)
- {
- gotoAndStop(Number(mbsubstring(eval("../../../:str"),eval("../../../:k"),1)) + 1);
- }
- j++;
- k--;
- }
- call("setTotalScore");
- my_so.data.myLevel = myLevel;
- my_so.flush();
- oldLevel = myLevel;
-